home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Advice needed!
- Date: 28 Feb 1996 19:38:47 GMT
- Organization: self-employed
- Message-ID: <4h2b07$518@news.bridge.net>
- References: <3133F8BB.173@winternet.com>
- NNTP-Posting-Host: ppp-mia2-68.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- >> Does anybody know any good, royalty free, widely ported C++ class
- >> library?
-
-
- Jacob;
-
- I just want to be sure that you are aware of the forthcoming C++
- standard and how it will define a universal class library. You mentioned
- string and linked list classes, and they will be in it. A free
- preliminary version of the linked list class is already available (in the
- HP STL).
-
- Unfortunately, the standard classes require compilers that support
- template members of template classes, so there's a lot of work to be done
- before full implementations appear. None theless, if you have to write a
- String class, it might be a good idea to conform to the standard
- interface so that your efforts can be replaced by standard libraries
- later on.
-
-
-
- David
-
-
-